home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Cell.h>
-
- @interface FileCell: Cell
- {
- id controlView, image ;
- char fileName[128] ;
- }
-
- - calcCellSize:(NXSize *)aSize ;
- - drawSelf: (const NXRect *)cellFrame inView:controlView ;
- - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
- - (BOOL)trackMouse:(NXEvent *)theEvent inRect:(const NXRect *) cellFrame ofView:controlView;
- - readRichText:(NXStream *)stream forView:view ;
- - writeRichText:(NXStream *)stream forView:view ;
-
- @end